@charset "UTF-8";
html { color: #666666; }

:root { scroll-behavior: unset; }

ul { padding-left: 0; margin-bottom: 0; }
ul li { list-style: none; }
ul li::marker { display: none; }

p { margin: 0; }

.img-cover-4by3 { height: 0; width: 100%; padding-bottom: 75%; overflow: hidden; position: relative; }

.img-cover-3by2 { height: 0; width: 100%; padding-bottom: 66.667%; overflow: hidden; position: relative; }

.img-cover img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

.abs-center { margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }

.over-line-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.over-line-3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.over-line-4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.over-line-5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.text-justify { text-align: justify !important; text-align-last: justify; }

.object-fit-cover { -o-object-fit: cover; object-fit: cover; }

.object-fit-contain { -o-object-fit: contain; object-fit: contain; }

.object-fit-scaleDown { -o-object-fit: scale-down; object-fit: scale-down; }

a:focus { outline: none; }

.ratio-2x3 { --bs-aspect-ratio: calc(2 / 3 * 100%); --mdb-aspect-ratio: calc(2 / 3 * 100%); }

.ratio-3x2 { --bs-aspect-ratio: calc(3 / 2 * 100%); --mdb-aspect-ratio: calc(3 / 2 * 100%); }

.ratio-3x4 { --bs-aspect-ratio: calc(4 / 3 * 100%); --mdb-aspect-ratio: calc(4 / 3 * 100%); }

.ratio-8x3 { --mdb-aspect-ratio: calc(3 / 8 * 100%); --bs-aspect-ratio: calc(3 / 8 * 100%); }

.vertical-txt { writing-mode: vertical-rl; }

.nopic { background-color: #f8f8f8; color: #bcbcbc; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.nopic p:nth-child(1) { font-size: 130%; }

/*滚动条样式*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { ::-webkit-scrollbar { width: 5px; height: 8px; }
  ::-webkit-scrollbar-track:enabled { background-color: #999999; }
  ::-webkit-scrollbar-thumb:vertical { background-color: var(--theme-color); border-radius: 30px; }
  ::-webkit-scrollbar-thumb:horizontal { background-color: var(--theme-color); border-radius: 30px; } }
.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 3px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); background: var(--theme-red); }

.m-scroll::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); border-radius: 5px; background: #ededed; }

a { color: #333333; text-decoration: none; }
a:hover { text-decoration: none; color: var(--theme-color); }
a:focus { outline: none !important; }

.w-next, .w-prev { cursor: pointer; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.w-next { right: 0; }

.w-prev { left: 0; }

.de-page-mian .page-inner { padding: 1.5rem 0; display: flex; align-items: center; justify-content: center; }
.de-page-mian .page-inner a { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.de-page-mian .page-inner a:hover, .de-page-mian .page-inner a.active { background-color: var(--theme-color); color: #fff; }
.de-page-mian .page-inner a.prev::after { content: '<'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner a.next::after { content: '>'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner a.page-btn { display: none; }

body { --theme-red:#b02d35; --theme-blue:#1e85e4; --theme-color: #1e85e4; --theme-bgcolor:#f5f7fa; --theme-green:#27d8ae; --color-nomarl:#666666; --color-primary:#333333; }

@keyframes ripple { 0% { transform: scale(0); opacity: 1; }
  100% { transform: scale(3); opacity: 0; } }
@media (min-width: 1680px) { .container, .container-xl { max-width: 1424px; } }
table { width: 100%; border-collapse: collapse; text-align: center; }
table tr td { width: auto; line-height: 26px; border: 1px solid CurrentColor; padding: 5px !important; }
table tr td p, table tr td span { font-size: initial !important; }
@media (min-width: 1199.98px) { table tr td { line-height: 32px; padding: 8px !important; } }

.red { color: var(--theme-color); }

.blue { color: var(--theme-blue); }

.header { position: sticky; top: 0; z-index: 99; width: 100%; --header-height:100px; --nav-width:57%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
@media (max-width: 767.98px) { .header { --header-height: 66px; } }
@media (max-width: 575.98px) { .header { --header-height: 60px; } }
.header .header-wrap { width: 93%; margin: 0 auto; height: var(--header-height); -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; }
.header .header-wrap .logo { max-width: 100%; }
.header .header-wrap .logo img { -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; }
@media (max-width: 1399.98px) { .header .header-wrap .logo img { height: 46px; } }
@media (max-width: 991.98px) { .header .header-wrap .logo img { height: 42px; } }
@media (max-width: 767.98px) { .header .header-wrap .logo img { height: 36px !important; } }
@media (max-width: 575.98px) { .header .header-wrap .logo img { height: 32px !important; } }
.header .header-wrap .nav { flex: 1; margin-left: 5%; margin-right: 1%; }
.header .header-wrap .nav li { flex: 1; text-align: center; position: relative; }
.header .header-wrap .nav li::after { position: absolute; content: ''; display: block; margin: auto; left: 0; right: 0; bottom: 0; height: 2px; background-color: var(--theme-color); width: 100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.header .header-wrap .nav li:hover::after, .header .header-wrap .nav li.on::after { -webkit-transform: scaleX(0.5); -moz-transform: scaleX(0.5); -ms-transform: scaleX(0.5); -o-transform: scaleX(0.5); transform: scaleX(0.5); }
.header .header-wrap .header-tel .tel-info .tel-txt { color: var(--color-nomarl); }
.header .header-wrap .header-tel .tel-info .tel-num { color: var(--theme-color); font-size: 26px; line-height: 1; }
@media (max-width: 1679.98px) { .header .header-wrap .header-tel .tel-info .tel-num { font-size: 22px; } }
@media (max-width: 1199.98px) { .header .header-wrap .header-tel .tel-info .tel-num { font-size: 20px; } }
.header.header-min { --header-height: 70px; -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); background-color: #ffffff; }
.header.header-min .header-wrap .logo img { height: 50px; }
.header:hover { background-color: #ffffff; }

.menu-icon { width: 60px; height: 60px; color: var(--theme-color); position: relative; cursor: pointer; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: var(--theme-color); background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.menu-icon span::before, .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.menu-icon span::before { top: 600%; }
.menu-icon span::after { bottom: 600%; }
.menu-icon.open span { background-color: unset; }
.menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 575.98px) { .menu-icon { position: absolute; right: 0; width: 56px; height: 56px; margin: auto; top: 0; bottom: 0; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { position: fixed; width: 100vw; height: 100vh; z-index: 10; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(20px); top: 0; left: 0; padding: 60px; overflow-x: scroll; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
@media (max-width: 575.98px) { .mobile-nav { padding: 30px 20px; } }
.mobile-nav .nav-wrap dl { border-bottom: 1px dashed rgba(0, 0, 0, 0.1); padding: .5rem; margin-bottom: 0; }
.mobile-nav .nav-wrap dl dt { font-weight: normal; position: relative; }
.mobile-nav .nav-wrap dl dt.has-child::before, .mobile-nav .nav-wrap dl dt.has-child::after { content: ''; display: block; position: absolute; width: 12px; height: 0; border-bottom: 1px solid #999999; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; right: 0; margin: auto; top: 0; bottom: 0; }
.mobile-nav .nav-wrap dl dt.has-child::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.mobile-nav .nav-wrap dl dt.has-child::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.mobile-nav .nav-wrap dl dt a { font-size: 18px; color: #333333; line-height: 2; display: block; width: 90%; }
.mobile-nav .nav-wrap dl dd { margin-bottom: 0; display: none; }
.mobile-nav .nav-wrap dl dd .child-nav { border-top: 1px solid rgba(0, 0, 0, 0.05); margin-top: 5px; padding-top: 5px; }
.mobile-nav .nav-wrap dl dd .child-nav li { padding-left: 10px; }
.mobile-nav .nav-wrap dl dd .child-nav li a { color: #666666; line-height: 2.5; font-size: 14px; }
.mobile-nav .nav-wrap dl dd .child-nav li a:hover { color: var(--theme-color); }
.mobile-nav .nav-wrap dl.active dt.has-child::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.mobile-nav .nav-wrap dl.active dt.has-child::after { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }

.open-menu ~ .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.dropdown-nav { position: absolute; width: 100%; height: 350px; display: none; left: 0; overflow: hidden; background: url("../Image/dropdown-right.jpg") right center/cover no-repeat; z-index: 99; }
@media (min-width: 1680px) { .dropdown-nav .container { max-width: 1320px; } }
.dropdown-nav .nav-rightbar { flex: 0 0 auto; width: 17%; position: relative; }
.dropdown-nav .nav-rightbar .right-wrap { position: relative; z-index: 2; height: 100%; color: #ffffff; padding-left: 2rem; }
.dropdown-nav .nav-rightbar .right-wrap a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.dropdown-nav .nav-rightbar .right-wrap p { font-size: 26px; line-height: 2; }
.dropdown-nav .nav-rightbar .right-wrap ul { margin-top: 1rem; }
.dropdown-nav .nav-rightbar .right-wrap ul li a { font-size: 18px; line-height: 2.5; display: block; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.dropdown-nav .nav-rightbar .right-wrap ul li a:hover { opacity: .8; }
.dropdown-nav .nav-rightbar .right-wrap ul li a:hover::after { content: ''; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact { margin-top: 1rem; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-title { color: #ffffff; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-title svg { width: 24px; height: 24px; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-title svg path { fill: #ffffff; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-title span { font-size: 14px; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-number { font-size: 24px; font-weight: bold; line-height: 2; }
.dropdown-nav .nav-leftbar { width: 24%; color: #ffffff; position: relative; padding: 3% 0; }
.dropdown-nav .nav-leftbar::before { content: ''; position: absolute; display: block; width: 36.5vw; height: 100%; background: url("../Image/dropdown-left.jpg") right center/cover no-repeat; right: 0; }
.dropdown-nav .nav-leftbar .left-header { font-size: 24px; line-height: 1.5; }
.dropdown-nav .nav-leftbar .left-header::after { content: ''; display: block; width: 2rem; height: 3px; background-color: var(--theme-color); margin: 1rem 0 0; }
.dropdown-nav .nav-leftbar .left-contact .contact-title { line-height: 1; }
.dropdown-nav .nav-leftbar .left-contact .contact-title svg { width: 18px; height: 18px; display: inline-block; vertical-align: middle; }
.dropdown-nav .nav-leftbar .left-contact .contact-tel { font-size: 24px; font-weight: bold; }
.dropdown-nav .nav-container { flex: 0 0 auto; width: 76%; padding-left: 5%; }
.dropdown-nav .nav-container .child-item { display: none; width: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap { height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-title { color: var(--theme-color); font-size: 24px; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-desc { line-height: 2; color: #666666; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul { margin-top: 1rem; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a { line-height: 2; padding: 1rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; flex: 1; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a span { margin-left: 5px; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a svg { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; width: 22px; height: 22px; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a svg path { fill: CurrentColor; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a span, .dropdown-nav .nav-container .child-item .item-info-wrap ul li a svg { display: inline-block; vertical-align: middle; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.dropdown-nav .nav-container .child-item .child-nav .nav-item { padding: 0 1.5%; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img { overflow: hidden; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img .img-wrap img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-name { color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item:hover .item-name { color: var(--theme-red); }
.dropdown-nav .nav-container .child-item.active { display: block; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item .item-img { width: 60px; margin: 0 auto; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item:hover .item-img img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
@media (max-width: 1399.98px) { .dropdown-nav .nav-leftbar { width: 33%; }
  .dropdown-nav .nav-container { width: 67%; } }
@media (max-width: 1199.98px) { .dropdown-nav .nav-leftbar { width: 30%; }
  .dropdown-nav .nav-container { width: 70%; } }
@media (max-width: 991.98px) { .dropdown-nav .nav-leftbar { width: 47%; }
  .dropdown-nav .nav-container { width: 53%; } }

.mask { background: rgba(0, 0, 0, 0.5); z-index: 97; position: fixed; display: none; }

.sbanner { height: 300px; color: #ffffff; }
.sbanner .sbanner-name { font-size: 32px; line-height: 2; }
.sbanner .page-crumbs { color: #ffffff; }
.sbanner .page-crumbs svg, .sbanner .page-crumbs span { display: inline-block; vertical-align: middle; }
.sbanner .page-crumbs svg { width: 18px; height: 18px; }
.sbanner .page-crumbs a { color: #ffffff; }

.footer { background: url("../Image/footer-bg.jpg") bottom center/cover no-repeat; }
.footer .footer-right { padding-top: 2%; color: #ffffff; width: 48%; border-left: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-right .contact-qrcode { width: 40%; }
.footer .footer-right .contact-qrcode .qrcode-item { width: 155px; text-align: center; margin: 0 auto; }
.footer .footer-right .contact-qrcode .qrcode-item .item-img { height: 100%; width: 100%; position: relative; }
.footer .footer-right .contact-qrcode .qrcode-item .item-img img { z-index: 2; }
.footer .footer-right .contact-qrcode .qrcode-item .item-title { line-height: 2; }
.footer .footer-right .footer-contact { width: 60%; }
.footer .footer-right .footer-contact .contact-top .contact-title { color: #ffffff; line-height: 2; font-size: 18px; font-weight: bold; }
.footer .footer-right .footer-contact .contact-top .contact-number { font-size: 40px; color: var(--theme-color); font-family: 'bahnschrift'; font-weight: bold; line-height: 1.2; }
.footer .footer-right .footer-contact .contact-top .contact-tips { line-height: 2; color: #d3d3d3; }
.footer .footer-right .footer-contact .contact-details { margin-top: 8%; }
.footer .footer-right .footer-contact .contact-details .contact-item { padding: 5px 0; line-height: 2; }
.footer .footer-right .footer-contact .contact-details .contact-item svg { width: 28px; height: auto; margin-right: 5px; }
.footer .footer-right .qrcode-box { padding-bottom: 3vw; }
@media (min-width: 992px) { .footer .footer-right .qrcode-box { width: 75%; } }
@media (max-width: 1399.98px) { .footer .footer-right .contact-qrcode { width: 45%; }
  .footer .footer-right .contact-qrcode .qrcode-item { width: 145px; }
  .footer .footer-right .footer-contact { width: 55%; }
  .footer .footer-right .footer-contact .contact-top .contact-number { font-size: 36px; }
  .footer .footer-right .footer-contact .contact-top .contact-tips { font-size: 14px; }
  .footer .footer-right .footer-contact .contact-details { margin-top: 5%; }
  .footer .footer-right .footer-contact .contact-details .contact-item { font-size: 14px; } }
@media (max-width: 1199.98px) { .footer .footer-right .contact-qrcode { width: 50%; }
  .footer .footer-right .contact-qrcode .qrcode-item { width: 125px; }
  .footer .footer-right .contact-qrcode .qrcode-item .item-title { font-size: 14px; }
  .footer .footer-right .footer-contact { width: 50%; }
  .footer .footer-right .footer-contact .contact-top .contact-number { font-size: 32px; }
  .footer .footer-right .footer-contact .contact-details .contact-item { font-size: 14px; } }
@media (max-width: 991.98px) { .footer .footer-right { width: 100%; border-left: none; }
  .footer .footer-right .footer-contact .contact-top .contact-number { font-size: 30px; } }
@media (max-width: 575.98px) { .footer .footer-right .contact-qrcode { width: 100%; }
  .footer .footer-right .footer-contact { width: 100%; } }
.footer .footer-nav { width: 51%; }
.footer .footer-nav .nav-item { flex: 1; max-width: calc(100% / 6); }
.footer .footer-nav .nav-item dt { line-height: 2; color: #ffffff; margin-bottom: 1rem; }
.footer .footer-nav .nav-item dt a { color: #ffffff; font-weight: normal; }
.footer .footer-nav .nav-item dd ul li a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: rgba(255, 255, 255, 0.6); line-height: 2.5; font-size: 14px; }
.footer .footer-nav .nav-item dd ul li:hover a { color: white; }
.footer .footer-nav .nav-item:hover dt::after { width: 2rem; }
.footer .copyright { color: #ffffff; font-size: 14px; }
.footer .copyright a { opacity: .3; color: #ffffff; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.footer .copyright a:hover { opacity: 1; color: var(--theme-color); }
.footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); }

.main-container { overflow: hidden; }

.section { padding: 4% 0; }
.section .sec-head .head-name { font-family: '宋体',SimSun; text-transform: uppercase; font-size: 22px; color: #333333; font-weight: bold; -webkit-transform: skewX(-5deg); -moz-transform: skewX(-5deg); -ms-transform: skewX(-5deg); -o-transform: skewX(-5deg); transform: skewX(-5deg); }
@media (max-width: 991.98px) { .section .sec-head .head-name { font-size: 16px; } }
@media (max-width: 575.98px) { .section .sec-head .head-name { font-size: 14px; } }
.section .sec-head .head-desc { color: #333333; }
.section .sec-head .head-desc i.dot-line { display: inline-block; position: relative; width: 7px; height: 7px; }
.section .sec-head .head-desc i.dot-line::after { content: ''; display: block; width: 100%; height: 100%; background-color: var(--theme-color); position: absolute; left: 0; top: 0; z-index: 2; border-radius: 50%; }
.section .sec-head .head-desc i.dot-line::before { content: ''; display: block; position: absolute; width: 100vw; height: 0; border-bottom: 1px dashed #999999; margin: auto; top: 0; bottom: 0; }
@media (max-width: 575.98px) { .section .sec-head .head-desc i.dot-line::before { width: 60px; } }
.section .sec-head .head-desc i.dot-line.dot-left::before { right: 150%; }
.section .sec-head .head-desc i.dot-line.dot-right::before { left: 150%; }
.section .sec-head .head-desc span { padding: 0 5px; font-size: 16px; }
@media (min-width: 1400px) { .section .sec-head .head-desc span { padding: 0 20px; font-size: 30px; } }
@media (min-width: 1680px) { .section .sec-head .head-desc span { padding: 0 20px; font-size: 32px; } }
@media (max-width: 1399.98px) { .section .sec-head .head-desc span { padding: 0 15px; font-size: 28px; } }
@media (max-width: 1199.98px) { .section .sec-head .head-desc span { padding: 0 10px; font-size: 26px; } }
@media (max-width: 991.98px) { .section .sec-head .head-desc span { padding: 0 10px; font-size: 24px; } }
@media (max-width: 767.98px) { .section .sec-head .head-desc span { font-size: 20px; } }
@media (max-width: 575.98px) { .section .sec-head .head-desc span { font-size: 18px; } }
.section .sec-head.head-white .head-name { color: #ffffff; }
.section .sec-head.head-white .head-desc { color: #ffffff; }
.section .sec-head.head-white .head-desc i.dot-line::after { background-color: #ffffff; }
.section .sec-head.head-white .head-desc i.dot-line::before { border-bottom-color: #ffffff; }
.section .sec-contact { background-image: -moz-linear-gradient(0deg, #1e85e4 1%, #4aa8ff 100%); background-image: -webkit-linear-gradient(0deg, #1e85e4 1%, #4aa8ff 100%); background-image: -ms-linear-gradient(0deg, #1e85e4 1%, #4aa8ff 100%); box-shadow: 0px 6px 6px 0px rgba(30, 133, 228, 0.5); font-size: 26px; line-height: 2; padding: 5px 0; width: 600px; text-align: center; border-radius: 100px; margin: 3% auto 10px; color: #fff; }
.section .sec-contact svg { width: 32px; height: 32px; display: inline-block; }
.section .sec-contact strong { display: inline-block; vertical-align: middle; margin-left: 5px; }
@media (max-width: 1679.98px) { .section .sec-contact { width: 500px; font-size: 24px; } }
@media (max-width: 1399.98px) { .section .sec-contact { width: 400px; font-size: 20px; } }
@media (max-width: 1199.98px) { .section .sec-contact { width: 380px; font-size: 18px; }
  .section .sec-contact svg { width: 26px; height: 26px; } }
@media (max-width: 991.98px) { .section .sec-contact { width: 320px; font-size: 16px; }
  .section .sec-contact svg { width: 22px; height: 22px; } }
@media (max-width: 575.98px) { .section .sec-contact { width: 260px; font-size: 14px; }
  .section .sec-contact svg { width: 16px; height: 16px; } }
.section .category-swiper { margin: 2.5% 0; }
.section .category-swiper .swiper-slide a { display: block; border: 1px solid #d3d3d3; line-height: 50px; text-align: center; border-radius: 5px; background-color: #ffffff; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
@media (max-width: 991.98px) { .section .category-swiper .swiper-slide a { line-height: 42px; } }
@media (max-width: 767.98px) { .section .category-swiper .swiper-slide a { line-height: 36px; font-size: 14px; } }
.section .category-swiper .swiper-slide a:hover { background-color: #e6f2fc; color: var(--theme-color); border-color: var(--theme-color); }
.section.sec-product .product-box .item .item-wrap .item-img { position: relative; overflow: hidden; }
.section.sec-product .product-box .item .item-wrap .item-img::before { content: ''; display: block; position: absolute; width: 57px; height: 57px; margin: auto; top: 0; left: 0; z-index: 2; }
.section.sec-product .product-box .item .item-wrap .item-img img { background-color: #000000; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
.section.sec-product .product-box .item .item-wrap .item-name { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; line-height: 2; border: 1px solid #e0e0e0; background-color: #fbfbfb; }
@media (max-width: 575.98px) { .section.sec-product .product-box .item .item-wrap .item-name { font-size: 12px; } }
@media (max-width: 575.98px) { .section.sec-product .product-box .item .item-wrap .item-name { font-size: 12px; } }
.section.sec-product .product-box .item:nth-child(1) .item-wrap .item-img::before { background: url("../Image/tag-hot.png") center/contain no-repeat; }
.section.sec-product .product-box .item:nth-child(2) .item-wrap .item-img::before { background: url("../Image/tag-best.png") center/contain no-repeat; }
.section.sec-product .product-box .item:hover .item-wrap .item-img img { opacity: .9; }
.section.sec-why { background: url("../Image/sec-why-bg.jpg") bottom center no-repeat; }
.section.sec-why .why-box { margin-top: 2%; }
.section.sec-why .why-box .why-info { width: 26.5%; }
.section.sec-why .why-box .why-info .why-item .item-wrap .item-name { font-size: 24px; color: #333333; font-weight: bold; padding: 10px 0; }
.section.sec-why .why-box .why-info .why-item .item-wrap .item-name svg, .section.sec-why .why-box .why-info .why-item .item-wrap .item-name span { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; display: inline-block; vertical-align: middle; }
.section.sec-why .why-box .why-info .why-item .item-wrap .item-name svg { width: 38px; height: 38px; }
.section.sec-why .why-box .why-info .why-item .item-wrap .item-name svg path { fill: var(--theme-color); }
.section.sec-why .why-box .why-info .why-item .item-wrap .item-content { color: #999999; line-height: 26px; }
@media (max-width: 1399.98px) { .section.sec-why .why-box .why-info .why-item .item-wrap .item-name { font-size: 22px; } }
@media (max-width: 1199.98px) { .section.sec-why .why-box .why-info .why-item .item-wrap .item-name { font-size: 20px; }
  .section.sec-why .why-box .why-info .why-item .item-wrap .item-content { font-size: 14px; } }
@media (max-width: 991.98px) { .section.sec-why .why-box .why-info .why-item .item-wrap .item-name { font-size: 18px; }
  .section.sec-why .why-box .why-info .why-item .item-wrap .item-name svg { width: 32px; height: 32px; } }
@media (max-width: 767.98px) { .section.sec-why .why-box .why-info .why-item .item-wrap .item-name { font-weight: normal; } }
.section.sec-why .why-box .why-info .why-item.active .item-wrap .item-name { color: var(--theme-blue); }
.section.sec-why .why-box .why-info .why-item.active .item-wrap .item-name svg path { fill: var(--theme-green); }
.section.sec-why .why-box .why-mid { width: 47%; padding: 3.8%; position: relative; }
.section.sec-why .why-box .why-mid .mid-wrap { position: relative; }
.section.sec-why .why-box .why-mid .dot { position: absolute; width: 12px; height: 12px; --dot-color:var(--theme-color); }
.section.sec-why .why-box .why-mid .dot::before, .section.sec-why .why-box .why-mid .dot::after { content: ''; display: block; position: absolute; margin: auto; top: 0; bottom: 0; background-color: var(--dot-color); width: 100%; height: 100%; border-radius: 50%; }
.section.sec-why .why-box .why-mid .dot::before { -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.section.sec-why .why-box .why-mid .dot::after { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.section.sec-why .why-box .why-mid .dot:nth-child(1) { top: 5%; left: 25%; }
.section.sec-why .why-box .why-mid .dot:nth-child(2) { bottom: 53%; left: -1%; }
.section.sec-why .why-box .why-mid .dot:nth-child(3) { left: 13.5%; bottom: 13.5%; }
.section.sec-why .why-box .why-mid .dot:nth-child(4) { top: 5%; right: 25%; }
.section.sec-why .why-box .why-mid .dot:nth-child(5) { bottom: 53%; right: -1%; }
.section.sec-why .why-box .why-mid .dot:nth-child(6) { bottom: 13.5%; right: 13.5%; }
.section.sec-why .why-box .why-mid .dot.active { --dot-color:#27d8ae; }
.section.sec-why .why-box .why-mid .dot.active::before { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); }
.section.sec-why .why-box .why-mid .dot.active::after { -webkit-animation: ripple 1s linear infinite; -o-animation: ripple 1s linear infinite; animation: ripple 1s linear infinite; }
.section.sec-why .why-box .why-mid .mid-wrap { border: 1px dashed #318fe6; border-radius: 50%; padding: 30px; }
@media (max-width: 991.98px) { .section.sec-why .why-box .why-info { width: 50%; }
  .section.sec-why .why-box .why-info .why-item { padding: 0 10px; } }
@media (max-width: 575.98px) { .section.sec-why .why-box .why-info .why-item { padding: 0 10px; }
  .section.sec-why .why-box .why-info .why-item .item-wrap .item-name svg { display: block; margin: 0 auto 10px; }
  .section.sec-why .why-box .why-info .why-item .item-wrap .item-name span { font-size: 14px; text-align: center; display: block; }
  .section.sec-why .why-box .why-info .why-item .item-wrap .item-content { font-size: 13px; line-height: 1.5; -webkit-line-clamp: 3; } }
.section.sec-cases .cases-swiper { margin-top: 3%; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption { border: 1px solid #eaeaea; border-top: none; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption .item-title .en-title { color: #c4c4c4; font-size: 14px; line-height: 2; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption .item-title .cn-title { line-height: 2; font-size: 18px; margin-top: 5px; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption .item-more { border-top: 1px solid #eaeaea; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption .item-more .more-txt { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #333333; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption .item-more .more-icon svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 20px; height: 20px; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption .item-more .more-icon svg path { fill: #666666; }
.section.sec-cases .cases-swiper .item:hover .item-wrap .item-caption .item-title .en-title { color: #666666; }
.section.sec-cases .cases-swiper .item:hover .item-wrap .item-caption .item-title .cn-title { color: var(--theme-color); }
.section.sec-cases .cases-swiper .item:hover .item-wrap .item-caption .item-more .more-txt { color: var(--theme-color); }
.section.sec-cases .cases-swiper .item:hover .item-wrap .item-caption .item-more .more-icon svg { -webkit-transform: translate(5px); -moz-transform: translate(5px); -ms-transform: translate(5px); -o-transform: translate(5px); transform: translate(5px); }
.section.sec-cases .cases-swiper .item:hover .item-wrap .item-caption .item-more .more-icon svg path { fill: #333333; }
.section.sec-about .about-box .about-left { width: 53.125%; }
.section.sec-about .about-box .about-left .about-head .about-icons { margin: 15px 0; }
.section.sec-about .about-box .about-left .about-head .about-name { font-size: 42px; color: #333333; font-weight: bold; }
.section.sec-about .about-box .about-left .about-head .about-name::after { display: inline-block; content: ''; width: 15px; height: 15px; border-radius: 50%; border: 2px solid var(--theme-color); vertical-align: text-top; }
.section.sec-about .about-box .about-left .about-head .about-desc { font-size: 22px; color: #666666; line-height: 2; }
.section.sec-about .about-box .about-left .about-head .about-desc::after { content: ''; display: block; width: 45px; height: 4px; background-color: var(--theme-color); margin-top: 1rem; }
.section.sec-about .about-box .about-left .about-content { margin: 3% 0 8%; line-height: 2; color: #666666; width: 95%; }
.section.sec-about .about-box .about-left .about-more { display: block; width: 180px; height: 46px; border-radius: 5px; color: #ffffff; text-align: center; line-height: 46px; background-color: var(--theme-color); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-about .about-box .about-left .about-more:hover { opacity: .85; }
@media (max-width: 991.98px) { .section.sec-about .about-box .about-left .about-head .about-name { font-size: 26px; }
  .section.sec-about .about-box .about-left .about-head .about-name::after { width: 8px; height: 8px; }
  .section.sec-about .about-box .about-left .about-head .about-desc { font-size: 18px; } }
@media (max-width: 767.98px) { .section.sec-about .about-box .about-left { width: 100%; }
  .section.sec-about .about-box .about-left .about-content { font-size: 14px; line-height: 1.5; }
  .section.sec-about .about-box .about-left .about-more { width: 140px; height: 36px; line-height: 36px; font-size: 14px; } }
.section.sec-about .about-box .about-img { width: 46.875%; text-align: right; }
.section.sec-about .about-params { margin-top: 3%; }
.section.sec-about .about-params .param-item .item-wrap { border: 1px solid #d7d7d7; width: 100%; height: 100%; --icon-size:86px; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.section.sec-about .about-params .param-item .item-wrap .item-icon { width: var(--icon-size); height: var(--icon-size); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-about .about-params .param-item .item-wrap .item-icon svg { display: block; width: 100%; height: 100%; }
.section.sec-about .about-params .param-item .item-wrap .item-info { flex: 1; }
.section.sec-about .about-params .param-item .item-wrap .item-info .item-name { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 22px; font-weight: bold; color: #333333; }
.section.sec-about .about-params .param-item .item-wrap .item-info .item-desc { color: #666666; line-height: 28px; }
@media (max-width: 991.98px) { .section.sec-about .about-params .param-item .item-wrap { --icon-size:66px; } }
@media (max-width: 767.98px) { .section.sec-about .about-params .param-item .item-wrap { --icon-size:56px; }
  .section.sec-about .about-params .param-item .item-wrap .item-info .item-name { font-size: 18px; } }
@media (max-width: 575.98px) { .section.sec-about .about-params .param-item .item-wrap { --icon-size:42px; }
  .section.sec-about .about-params .param-item .item-wrap .item-info .item-name { font-size: 16px; } }
.section.sec-about .about-params .param-item:hover .item-wrap { border-color: var(--theme-color); }
.section.sec-about .about-params .param-item:hover .item-wrap .item-icon { padding: 2%; }
.section.sec-about .about-params .param-item:hover .item-wrap .item-info .item-name { color: var(--theme-color); }
.section.sec-news { background-color: #f9fbfd; }
.section.sec-news .index-news-box { margin: 2% 0; background-color: #ffffff; }
.section.sec-news .index-news-box .news-swiper { --swiper-pagination-bullet-horizontal-gap:9px; --swiper-pagination-bullet-size:10px; --swiper-pagination-bullet-inactive-color:#838383; }
.section.sec-news .index-news-box .news-swiper .swiper-pagination { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; bottom: 20px; }
.section.sec-news .index-news-box .news-swiper .swiper-pagination-bullet { -webkit-transition: transform .5s, background-color .3s; -moz-transition: transform .5s, background-color .3s; -ms-transition: transform .5s, background-color .3s; -o-transition: transform .5s, background-color .3s; transition: transform .5s, background-color .3s; }
.section.sec-news .index-news-box .news-swiper .swiper-pagination-bullet-active { background-color: transparent; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); border: 2px solid var(--theme-red); }
.section.sec-news .index-news-box .index-news-list { padding: 3% 5%; }
.section.sec-news .index-news-box .index-news-list .news-item .news-title { flex: 0 auto; line-height: 46px; width: calc( 100% - 130px); color: #666666; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section.sec-news .index-news-box .index-news-list .news-item .news-title::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 8px; width: 4px; height: 4px; background-color: var(--theme-color); border-radius: 50%; }
.section.sec-news .index-news-box .index-news-list .news-item .news-time { text-align: right; width: 120px; font-size: 14px; color: #999999; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section.sec-news .index-news-box .index-news-list .news-item.item-first { border-bottom: 1px dashed #ededed; padding-bottom: 1.5rem; margin-bottom: 1.5rem; }
.section.sec-news .index-news-box .index-news-list .news-item.item-first .news-title { width: 100%; color: #333333; font-size: 26px; line-height: 2; margin-bottom: 10px; }
.section.sec-news .index-news-box .index-news-list .news-item.item-first .news-title::before { display: none; }
.section.sec-news .index-news-box .index-news-list .news-item.item-first .news-content { color: #999999; line-height: 1.8; margin-bottom: 1rem; }
@media (max-width: 1399.98px) { .section.sec-news .index-news-box .index-news-list .news-item.item-first { padding-bottom: 1rem; margin-bottom: 1rem; }
  .section.sec-news .index-news-box .index-news-list .news-item.item-first .news-title { font-size: 24px; } }
@media (max-width: 991.98px) { .section.sec-news .index-news-box .index-news-list .news-item.item-first { padding-bottom: .765rem; margin-bottom: .765rem; }
  .section.sec-news .index-news-box .index-news-list .news-item.item-first .news-title { font-size: 22px; } }
@media (max-width: 575.98px) { .section.sec-news .index-news-box .index-news-list .news-item.item-first { margin-bottom: .5rem; padding-bottom: .5rem; }
  .section.sec-news .index-news-box .index-news-list .news-item.item-first .news-title { font-size: 18px; }
  .section.sec-news .index-news-box .index-news-list .news-item.item-first .news-content { font-size: 14px; margin-bottom: .5rem; } }
.section.sec-news .index-news-box .index-news-list .news-item.item-first:hover .news-title { color: var(--theme-color); }
.section.sec-news .index-news-box .index-news-list .news-item:hover .news-title { color: var(--theme-color); }
.section.sec-news .index-news-box .index-news-list .news-item:hover .news-time { color: var(--theme-color); }
.section.sec-cultrue { background-color: #f8f8f8; }
.section.sec-cultrue .cultrue-swiper { margin-top: 4%; }
.section.sec-cultrue .cultrue-swiper .item { height: auto; }
.section.sec-cultrue .cultrue-swiper .item .item-wrap { height: 100%; position: relative; }
.section.sec-cultrue .cultrue-swiper .item .item-wrap::after, .section.sec-cultrue .cultrue-swiper .item .item-wrap::before { position: absolute; content: ''; display: block; width: 100%; height: 3px; left: 0; bottom: 0; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section.sec-cultrue .cultrue-swiper .item .item-wrap::before { background-color: var(--theme-color); }
.section.sec-cultrue .cultrue-swiper .item .item-wrap::after { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); background-color: var(--theme-green); }
.section.sec-cultrue .cultrue-swiper .item .item-wrap .item-img { position: relative; }
.section.sec-cultrue .cultrue-swiper .item .item-wrap .item-img .item-icon { --icon-size:106px; padding: 5px; width: var(--icon-size); height: var(--icon-size); border-radius: 50%; position: absolute; margin: auto; left: 0; right: 0; bottom: -43px; background: #fafafa; }
.section.sec-cultrue .cultrue-swiper .item .item-wrap .item-img .item-icon::before { content: ''; display: block; position: absolute; margin: auto; width: 100%; height: 100%; top: 0; left: 0; background-color: var(--theme-color); border-radius: 50%; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.section.sec-cultrue .cultrue-swiper .item .item-wrap .item-img .item-icon svg { position: absolute; z-index: 2; width: 40%; height: 40%; margin: auto; top: 0; bottom: 0; left: 0; right: 0; fill: #ffffff; }
.section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption { flex: 1; background-color: #ffffff; padding: 4rem 2rem 2rem; text-align: center; }
.section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-name { font-size: 24px; font-weight: bold; color: #333333; line-height: 2; text-align: center; }
.section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-name::after { content: ''; display: block; margin: 1rem auto; width: 36px; height: 3px; background-color: var(--theme-color); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-desc { color: #999999; line-height: 2; margin: 2rem 0 1rem; }
@media (max-width: 1679.98px) { .section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption { flex: 1; } }
@media (max-width: 1399.98px) { .section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption { padding: 3.5rem 1rem 2rem; }
  .section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-desc { font-size: 14px; } }
@media (max-width: 991.98px) { .section.sec-cultrue .cultrue-swiper .item .item-wrap .item-img .item-icon { --icon-size:86px; }
  .section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption { padding: 3.5rem 2rem 2rem; }
  .section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-name { font-size: 20px; }
  .section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-desc { font-size: 14px; } }
.section.sec-cultrue .cultrue-swiper .item:hover .item-wrap::before { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.section.sec-cultrue .cultrue-swiper .item:hover .item-wrap::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.section.sec-cultrue .cultrue-swiper .item:hover .item-wrap .item-img .item-icon::before { background-color: var(--theme-green); }
.section.sec-cultrue .cultrue-swiper .item:hover .item-wrap .item-caption .item-name::after { background-color: var(--theme-green); }

.service-bar { background: url("../Image/service-bar-bg.jpg") center/cover no-repeat; color: #ffffff; padding: 2.5% 0; z-index: 2; position: relative; }
.service-bar .service-left .service-title { font-size: 16px; line-height: 2.5; }
.service-bar .service-left .service-desc { font-size: 30px; }
.service-bar .service-left .service-btn { display: inline-block; background-color: var(--theme-color); color: #ffffff; border-radius: 5px; line-height: 46px; padding: 0 3vw; text-align: center; margin-top: 1.5rem; }
.service-bar .service-left .service-btn svg { display: inline-block; width: 18px; height: 18px; vertical-align: middle; }
.service-bar .service-left .service-btn span { display: inline-block; vertical-align: middle; }
.service-bar .service-right .service-tel .tel-icon { width: 60px; height: 60px; border-radius: 50%; background-color: var(--theme-color); position: relative; }
.service-bar .service-right .service-tel .tel-icon svg { width: 50%; height: auto; display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.service-bar .service-right .service-tel .tel-info { margin-left: 10px; }
.service-bar .service-right .service-tel .tel-info .tel-tips { line-height: 2; }
.service-bar .service-right .service-tel .tel-info .tel-num { line-height: 1; font-size: 30px; font-weight: bold; }
@media (max-width: 991.98px) { .service-bar .service-left .service-desc { font-size: 28px; }
  .service-bar .service-right .service-tel .tel-icon { width: 50px; height: 50px; }
  .service-bar .service-right .service-tel .tel-info .tel-num { font-size: 24px; } }
@media (max-width: 767.98px) { .service-bar .service-left .service-desc { font-size: 20px; }
  .service-bar .service-right .service-tel .tel-icon { width: 45px; height: 45px; }
  .service-bar .service-right .service-tel .tel-info .tel-tips { font-size: 14px; }
  .service-bar .service-right .service-tel .tel-info .tel-num { font-size: 22px; } }
@media (max-width: 575.98px) { .service-bar { padding: 5.5% 0 7%; }
  .service-bar .service-left .service-desc { font-size: 18px; }
  .service-bar .service-left .service-btn { line-height: 38px; padding: 0 5vw; }
  .service-bar .service-right .service-tel .tel-icon { width: 36px; height: 36px; }
  .service-bar .service-right .service-tel .tel-info .tel-tips { font-size: 13px; }
  .service-bar .service-right .service-tel .tel-info .tel-num { font-size: 18px; } }

.inner-about { padding-top: 4vw; color: #ffffff; background: url("../Image/about-bg.jpg") top right/cover no-repeat; }
.inner-about .about-info .about-title { line-height: 52px; position: relative; font-size: 24px; margin: 2rem 0 1.5rem; }
.inner-about .about-info .about-title::after { content: ''; display: block; width: 2rem; height: 3px; background-color: #ffffff; }
.inner-about .about-info .about-content { line-height: 26px; }
.inner-about .about-info .about-content p { margin-bottom: 10px; }
.inner-about .about-info .about-nav { margin-top: 10%; }
.inner-about .about-info .about-nav .nav-item .item-wrap { text-align: center; background: rgba(255, 255, 255, 0.8); padding: 2.5rem 1rem 1.5rem; border-radius: 10px 10px 0 0; -webkit-transition: background-color .5s,transform .5s; -moz-transition: background-color .5s,transform .5s; -ms-transition: background-color .5s,transform .5s; -o-transition: background-color .5s,transform .5s; transition: background-color .5s,transform .5s; }
.inner-about .about-info .about-nav .nav-item .item-wrap .item-icon { width: 50px; height: 50px; margin: 0 auto; }
.inner-about .about-info .about-nav .nav-item .item-wrap .item-icon svg { width: 100%; height: 100%; }
.inner-about .about-info .about-nav .nav-item .item-wrap .item-icon svg path { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-about .about-info .about-nav .nav-item .item-wrap .item-icon svg path.path-2 { fill: #1e85e4; }
.inner-about .about-info .about-nav .nav-item .item-wrap .item-name { color: #333333; line-height: 42px; }
@media (max-width: 767.98px) { .inner-about .about-info .about-nav .nav-item .item-wrap { padding: 1.5rem 1rem 0.5rem; } }
.inner-about .about-info .about-nav .nav-item.active .item-wrap, .inner-about .about-info .about-nav .nav-item:hover .item-wrap { background-color: var(--theme-color); -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); }
.inner-about .about-info .about-nav .nav-item.active .item-wrap .item-icon svg .path-2, .inner-about .about-info .about-nav .nav-item:hover .item-wrap .item-icon svg .path-2 { fill: #ffffff; }
.inner-about .about-info .about-nav .nav-item.active .item-wrap .item-name, .inner-about .about-info .about-nav .nav-item:hover .item-wrap .item-name { color: #ffffff; }

.inner-section { padding: 4% 0; }
.inner-section .sec-head .head-left .head-name { font-family: '宋体',SimSun; text-transform: uppercase; font-size: 18px; color: #333333; font-weight: bold; -webkit-transform: skewX(-5deg); -moz-transform: skewX(-5deg); -ms-transform: skewX(-5deg); -o-transform: skewX(-5deg); transform: skewX(-5deg); }
@media (max-width: 991.98px) { .inner-section .sec-head .head-left .head-name { font-size: 16px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-left .head-name { font-size: 14px; } }
.inner-section .sec-head .head-left .head-desc { font-size: 16px; }
@media (min-width: 1680px) { .inner-section .sec-head .head-left .head-desc { font-size: 32px; } }
@media (max-width: 1679.98px) { .inner-section .sec-head .head-left .head-desc { font-size: 28px; } }
@media (max-width: 1399.98px) { .inner-section .sec-head .head-left .head-desc { font-size: 28px; } }
@media (max-width: 1199.98px) { .inner-section .sec-head .head-left .head-desc { font-size: 26px; } }
@media (max-width: 991.98px) { .inner-section .sec-head .head-left .head-desc { font-size: 22px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-left .head-desc { font-size: 22px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-left .head-desc { font-size: 18px; } }
.inner-section .sec-head .head-more a { display: block; width: 180px; height: 52px; text-align: center; line-height: 50px; border-radius: 5px; border: 1px solid var(--theme-color); color: var(--theme-color); background-color: rgba(30, 133, 228, 0.11); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section .sec-head .head-more a:hover { color: #ffffff; background-color: #1e85e4; }
@media (max-width: 1399.98px) { .inner-section .sec-head .head-more a { width: 160px; height: 46px; line-height: 44px; } }
@media (max-width: 991.98px) { .inner-section .sec-head .head-more a { width: 140px; height: 42px; line-height: 40px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-more a { font-size: 14px; width: 120px; height: 36px; line-height: 34px; } }
.inner-section .sec-head .head-name { font-family: '宋体',SimSun; text-transform: uppercase; font-size: 22px; color: #333333; font-weight: bold; -webkit-transform: skewX(-5deg); -moz-transform: skewX(-5deg); -ms-transform: skewX(-5deg); -o-transform: skewX(-5deg); transform: skewX(-5deg); }
@media (max-width: 991.98px) { .inner-section .sec-head .head-name { font-size: 16px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-name { font-size: 14px; } }
.inner-section .sec-head .head-desc { color: #333333; }
.inner-section .sec-head .head-desc i.dot-line { display: inline-block; position: relative; width: 7px; height: 7px; }
.inner-section .sec-head .head-desc i.dot-line::after { content: ''; display: block; width: 100%; height: 100%; background-color: var(--theme-color); position: absolute; left: 0; top: 0; z-index: 2; border-radius: 50%; }
.inner-section .sec-head .head-desc i.dot-line::before { content: ''; display: block; position: absolute; width: 100vw; height: 0; border-bottom: 1px dashed #999999; margin: auto; top: 0; bottom: 0; }
@media (max-width: 575.98px) { .inner-section .sec-head .head-desc i.dot-line::before { width: 60px; } }
.inner-section .sec-head .head-desc i.dot-line.dot-left::before { right: 150%; }
.inner-section .sec-head .head-desc i.dot-line.dot-right::before { left: 150%; }
.inner-section .sec-head .head-desc span { padding: 0 5px; font-size: 16px; }
@media (min-width: 1680px) { .inner-section .sec-head .head-desc span { padding: 0 20px; font-size: 32px; } }
@media (max-width: 1679.98px) { .inner-section .sec-head .head-desc span { padding: 0 15px; font-size: 28px; } }
@media (max-width: 1199.98px) { .inner-section .sec-head .head-desc span { padding: 0 10px; font-size: 26px; } }
@media (max-width: 991.98px) { .inner-section .sec-head .head-desc span { padding: 0 10px; font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-desc span { font-size: 20px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-desc span { font-size: 18px; } }
.inner-section .sec-head.head-white .head-left { color: #ffffff; }
.inner-section .sec-head.head-white .head-left .head-name { color: #ffffff; }
.inner-section .sec-head.head-white .head-left .head-desc { color: #ffffff; }
.inner-section.sec-factory { background: url("../Image/sec-factory-bg.jpg") center/cover fixed; }
.inner-section.sec-factory .style-swiper { margin-top: 3%; }
.inner-section.sec-factory .style-swiper .item .item-wrap .item-img { overflow: hidden; }
.inner-section.sec-factory .style-swiper .item .item-wrap .item-img img { border: 2px solid var(--theme-color); border-radius: 5px; display: block; -webkit-transition: transform .5s, border .3s; -moz-transition: transform .5s, border .3s; -ms-transition: transform .5s, border .3s; -o-transition: transform .5s, border .3s; transition: transform .5s, border .3s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.inner-section.sec-factory .style-swiper .item .item-wrap .overlay { padding: 25px; z-index: 2; }
.inner-section.sec-factory .style-swiper .item .item-wrap .overlay::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; }
.inner-section.sec-factory .style-swiper .item .item-wrap .overlay .overlay-wrap { opacity: 0; position: relative; width: 100%; height: 100%; border: 1px dashed rgba(255, 255, 255, 0.5); -webkit-transition: opacity .8s; -moz-transition: opacity .8s; -ms-transition: opacity .8s; -o-transition: opacity .8s; transition: opacity .8s; }
.inner-section.sec-factory .style-swiper .item .item-wrap .overlay .overlay-wrap .item-icon { width: 40px; height: 40px; }
.inner-section.sec-factory .style-swiper .item .item-wrap .overlay .overlay-wrap .item-icon svg { display: block; width: 100%; height: 100%; }
.inner-section.sec-factory .style-swiper .item .item-wrap .overlay .overlay-wrap .item-name { color: #ffffff; }
.inner-section.sec-factory .style-swiper .item .item-wrap > .item-name { -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; }
.inner-section.sec-factory .style-swiper .item:hover .item-wrap img { border-width: 0; border-radius: 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.inner-section.sec-factory .style-swiper .item:hover .item-wrap .overlay::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
.inner-section.sec-factory .style-swiper .item:hover .item-wrap .overlay .overlay-wrap { opacity: 1; }
.inner-section.sec-factory .style-swiper .item:hover .item-wrap .overlay .overlay-wrap .item-name { opacity: 1; }
.inner-section.sec-factory .style-swiper .item:hover .item-wrap > .item-name { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; }
.inner-section.sec-honor { background: url("../Image/sec-honor-bg.jpg") center/cover; overflow: hidden; }
.inner-section.sec-honor .honor-box { margin-top: 3%; margin-bottom: 5%; position: relative; }
.inner-section.sec-honor .honor-box .box-left { width: 28%; }
.inner-section.sec-honor .honor-box .box-right { padding-top: 3%; width: 72%; }
@media (max-width: 991.98px) { .inner-section.sec-honor .honor-box .box-right { width: 100%; } }
.inner-section.sec-honor .honor-box::after { position: absolute; content: ''; display: block; background: url("../Image/honor-box-border.png") top no-repeat; height: 97px; width: 100vw; bottom: -97px; left: 6%; }
@media (max-width: 767.98px) { .inner-section.sec-honor .honor-box::after { display: none; } }

.cases-list { margin-top: 3%; }
.cases-list .item .item-wrap .item-caption { border: 1px solid #eaeaea; border-top: none; }
.cases-list .item .item-wrap .item-caption .item-title .en-title { color: #c4c4c4; font-size: 14px; line-height: 2; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.cases-list .item .item-wrap .item-caption .item-title .cn-title { line-height: 2; font-size: 18px; margin-top: 5px; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.cases-list .item .item-wrap .item-caption .item-more { border-top: 1px solid #eaeaea; }
.cases-list .item .item-wrap .item-caption .item-more .more-txt { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #333333; }
.cases-list .item .item-wrap .item-caption .item-more .more-icon svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 20px; height: 20px; }
.cases-list .item .item-wrap .item-caption .item-more .more-icon svg path { fill: #666666; }
.cases-list .item:hover .item-wrap .item-caption .item-title .en-title { color: #666666; }
.cases-list .item:hover .item-wrap .item-caption .item-title .cn-title { color: var(--theme-color); }
.cases-list .item:hover .item-wrap .item-caption .item-more .more-txt { color: var(--theme-color); }
.cases-list .item:hover .item-wrap .item-caption .item-more .more-icon svg { -webkit-transform: translate(5px); -moz-transform: translate(5px); -ms-transform: translate(5px); -o-transform: translate(5px); transform: translate(5px); }
.cases-list .item:hover .item-wrap .item-caption .item-more .more-icon svg path { fill: #333333; }

.image-list .item .item-wrap .item-img { overflow: hidden; }
.image-list .item .item-wrap .item-img img { border: 2px solid var(--theme-color); border-radius: 5px; display: block; -webkit-transition: transform .5s, border .3s; -moz-transition: transform .5s, border .3s; -ms-transition: transform .5s, border .3s; -o-transition: transform .5s, border .3s; transition: transform .5s, border .3s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.image-list .item .item-wrap .overlay { padding: 25px; z-index: 2; }
.image-list .item .item-wrap .overlay::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; }
.image-list .item .item-wrap .overlay .overlay-wrap { opacity: 0; position: relative; width: 100%; height: 100%; border: 1px dashed rgba(255, 255, 255, 0.5); -webkit-transition: opacity .8s; -moz-transition: opacity .8s; -ms-transition: opacity .8s; -o-transition: opacity .8s; transition: opacity .8s; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-icon { width: 40px; height: 40px; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-icon svg { display: block; width: 100%; height: 100%; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-name { color: #ffffff; }
.image-list .item .item-wrap > .item-name { -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; }
.image-list .item:hover .item-wrap img { border-width: 0; border-radius: 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.image-list .item:hover .item-wrap .overlay::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
.image-list .item:hover .item-wrap .overlay .overlay-wrap { opacity: 1; }
.image-list .item:hover .item-wrap .overlay .overlay-wrap .item-name { opacity: 1; }
.image-list .item:hover .item-wrap > .item-name { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; }

.news-info .info-title { font-size: 32px; color: #282828; }
@media (max-width: 991.98px) { .news-info .info-title { font-size: 24px; } }
@media (max-width: 767.98px) { .news-info .info-title { font-size: 22px; } }
@media (max-width: 575.98px) { .news-info .info-title { font-size: 18px; } }
.news-info .info-meta { line-height: 2.2; padding-top: 10px; padding-bottom: 1rem; font-size: 14px; color: #999; }
@media (max-width: 767.98px) { .news-info .info-meta { font-size: 14px; } }
@media (max-width: 575.98px) { .news-info .info-meta { font-size: 12px; } }
.news-info .news-detail { border-top: 1px dashed #eaeaea; }
.news-info .news-detail img { max-width: 100%; height: auto; }
.news-info .news-detail .news-content p { line-height: 1.8; color: #666666; }
.news-info .newsPage { border-top: 1px solid #eaeaea; }

.news-page, .article-page { background-color: #f8f8f8; }
.news-page .news-list .news-item .item-wrap, .article-page .news-list .news-item .item-wrap { background-color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-page .news-list .news-item .item-wrap .item-info .news-title, .article-page .news-list .news-item .item-wrap .item-info .news-title { font-size: 24px; color: #282828; line-height: 2.2; }
@media (max-width: 991.98px) { .news-page .news-list .news-item .item-wrap .item-info .news-title, .article-page .news-list .news-item .item-wrap .item-info .news-title { font-size: 22px; } }
@media (max-width: 767.98px) { .news-page .news-list .news-item .item-wrap .item-info .news-title, .article-page .news-list .news-item .item-wrap .item-info .news-title { font-size: 20px; } }
@media (max-width: 575.98px) { .news-page .news-list .news-item .item-wrap .item-info .news-title, .article-page .news-list .news-item .item-wrap .item-info .news-title { font-size: 18px; } }
.news-page .news-list .news-item .item-wrap .item-info .news-title::after, .article-page .news-list .news-item .item-wrap .item-info .news-title::after { content: ''; display: block; width: 2rem; height: 2px; background-image: -moz-linear-gradient(172deg, #0f55ca 90%, #c40000 10%); background-image: -webkit-linear-gradient(172deg, #0f55ca 90%, #c40000 10%); background-image: -ms-linear-gradient(172deg, #0f55ca 70%, #c40000 30%); margin: .5rem 0 1rem; }
.news-page .news-list .news-item .item-wrap .item-info .news-time, .article-page .news-list .news-item .item-wrap .item-info .news-time { font-size: 14px; color: #999999; }
.news-page .news-list .news-item .item-wrap .item-info .news-desc, .article-page .news-list .news-item .item-wrap .item-info .news-desc { font-size: 16px; line-height: 32px; color: #666666; }
.news-page .news-list .news-item:hover .item-wrap, .article-page .news-list .news-item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); -moz-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); }
.news-page .news-detail .news-title, .article-page .news-detail .news-title { font-size: 24px; line-height: 2; color: #282828; }
.news-page .news-detail .news-meta, .article-page .news-detail .news-meta { font-size: 14px; color: #999999; }
.news-page .news-detail .news-meta span, .article-page .news-detail .news-meta span { display: inline-block; margin: 0 10px; }
.news-page .news-detail .news-content, .article-page .news-detail .news-content { line-height: 2; color: #666666; }
.news-page .news-detail .news-content img, .article-page .news-detail .news-content img { max-width: 100%; vertical-align: bottom; }
@media (max-width: 575.98px) { .news-page .news-detail .news-content, .article-page .news-detail .news-content { font-size: 14px; } }
.news-page .prev_next, .article-page .prev_next { padding: 0 12px; color: #666; line-height: 3; margin: 2% 0 0 0; border-top: 1px solid #f0f6ff; padding-top: 1%; }
@media (max-width: 575.98px) { .news-page .prev_next, .article-page .prev_next { font-size: 14px; } }

/*通用模块*/
/*左侧*/
.leftbar .category-name { background: var(--theme-color); color: #ffffff; font-size: 24px; line-height: 1; position: relative; }
.leftbar .category-name svg path { fill: #FFFFFF; }
.leftbar .category-name .line { border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.leftbar .category-name span { position: relative; z-index: 2; }
@media (min-width: 992px) { .leftbar .category-name::before { content: attr(data-title); text-transform: uppercase; font-size: 80px; color: #ffffff; opacity: .05; position: absolute; bottom: 0; left: 0; right: 0; font-family: impact; line-height: 1; bottom: -40%; } }
@media (min-width: 1400px) { .leftbar .category-name { padding-top: 1.313rem !important; padding-bottom: 1.313rem !important; }
  .leftbar .category-name::before { font-size: 80px; } }
.leftbar .category-nav li { background-color: #f5f6f8; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.leftbar .category-nav li .icon { display: inline-block; width: 22px; height: 22px; position: relative; vertical-align: middle; }
.leftbar .category-nav li .icon svg { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; width: 70%; height: 70%; }
.leftbar .category-nav li .icon svg path { fill: #666666; }
.leftbar .category-nav li span { display: inline-block; vertical-align: middle; }
.leftbar .category-nav li:hover, .leftbar .category-nav li.on { background-color: var(--theme-color); }
.leftbar .category-nav li:hover a, .leftbar .category-nav li.on a { color: #ffffff; }
.leftbar .category-nav li:hover .icon, .leftbar .category-nav li.on .icon { background-color: #FFFFFF; border-radius: 50%; }
.leftbar .category-nav li:hover .icon svg, .leftbar .category-nav li.on .icon svg { -webkit-transform: translateX(2px); -moz-transform: translateX(2px); -ms-transform: translateX(2px); -o-transform: translateX(2px); transform: translateX(2px); }
.leftbar .category-nav li:hover .icon svg path, .leftbar .category-nav li.on .icon svg path { fill: #333333; }
.leftbar .category-nav li:last-child a { margin-bottom: 0 !important; }

.leftContact .contact-head { border-bottom: 1px solid #f4f4f4; }
.leftContact .contact-head .head-icon { background-color: var(--theme-color); width: 45px; margin-right: 3%; }
.leftContact .contact-head .head-icon svg { max-width: 60%; }
.leftContact .contact-head .head-icon svg path { fill: #FFFFFF; }
.leftContact .contact-head .head-info p:nth-child(1) { font-size: 14px; }
.leftContact .contact-head .head-info .tel-num { font-size: 24px; color: var(--theme-color); line-height: 1; }
.leftContact .contact-content p { line-height: 2; }

.wrapper-table { width: 100%; overflow-x: scroll; }

.goods-page { background: #f5f6f8; }
.goods-page .goods-top { position: relative; }
.goods-page .goods-top .goods-top-wrap { box-shadow: 3.864px 1.035px 24px 0px rgba(16, 104, 223, 0.11); }
.goods-page .goods-summary .goods-title { font-size: 26px; color: #333333; }
@media (max-width: 991.98px) { .goods-page .goods-summary .goods-title { font-size: 24px; } }
@media (max-width: 767.98px) { .goods-page .goods-summary .goods-title { font-size: 22px; } }
@media (max-width: 575.98px) { .goods-page .goods-summary .goods-title { font-size: 20px; } }
.goods-page .goods-summary .goods-desc { color: #999999; font-size: 14px; margin: 1rem 0; line-height: 2; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; }
.goods-page .goods-summary .goods-service .s-item { display: flex; align-items: center; color: #666666; font-size: 18px; }
@media (max-width: 991.98px) { .goods-page .goods-summary .goods-service .s-item { font-size: 16px; } }
@media (max-width: 767.98px) { .goods-page .goods-summary .goods-service .s-item { font-size: 14px; } }
@media (max-width: 575.98px) { .goods-page .goods-summary .goods-service .s-item { font-size: 12px; } }
.goods-page .goods-summary .goods-service .s-item .item-icon { margin-right: 6px; }
.goods-page .goods-summary .goods-service .s-item .item-icon svg { width: 26px; height: 26px; }
.goods-page .goods-summary .goods-service .s-item .item-icon svg path { fill: var(--theme-color); }
.goods-page .goods-summary .goods-service .s-item .item-value { color: #333333; }
.goods-page .goods-summary .goods-relate .item .item-wrap { border: 1px solid #f5f6f8; }
.goods-page .goods-summary .goods-contact .contact-icon svg { width: 46px; height: 46px; }
.goods-page .goods-summary .goods-contact .contact-icon svg path { fill: var(--theme-color); }
.goods-page .goods-summary .goods-contact .contact-info { font-size: 14px; }
.goods-page .goods-summary .goods-contact .contact-info .tel-num { color: var(--theme-color); font-size: 32px; line-height: 1; font-weight: bold; font-family: 'bahnschrift'; }
@media (max-width: 991.98px) { .goods-page .goods-summary .goods-contact .contact-info .tel-num { font-size: 26px; } }
@media (max-width: 767.98px) { .goods-page .goods-summary .goods-contact .contact-info .tel-num { font-size: 22px; } }
.goods-page .goods-content .detail-nav { padding-bottom: 1rem; border-bottom: 1px solid #efefef; }
.goods-page .goods-content .detail-nav li:not(:first-child) { border-left: 1px solid #d5d5d5; }
.goods-page .detail-section .sec-head { border-bottom: 1px solid #f7f7f7; }
.goods-page .detail-section .sec-head .head-name .cn { font-size: 24px; color: #333333; }
@media (max-width: 575.98px) { .goods-page .detail-section .sec-head .head-name .cn { font-size: 20px; } }
.goods-page .detail-section .sec-head .head-name .en { color: #999999; }
.goods-page .detail-section .sec-head .head-desc { color: #999999; font-size: 14px; }
@media (max-width: 767.98px) { .goods-page .detail-section .sec-head .head-desc { display: none; } }
.goods-page .goods-strength-box { padding: 1rem 0; }
.goods-page .goods-strength-box .item .item-wrap { z-index: 2; color: #333333; text-align: center; border: 1px solid #e7e7e7; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-page .goods-strength-box .item .item-wrap::before { content: ''; position: absolute; width: 60%; height: 60%; border: 35px solid #e7e7e7; margin: auto; top: 0; bottom: 0; left: 0; right: 0; display: block; border-radius: 50%; opacity: .3; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.goods-page .goods-strength-box .item .item-wrap .item-icon { width: 60px; height: 60px; margin: 0 auto; position: relative; }
@media (min-width: 1200px) { .goods-page .goods-strength-box .item .item-wrap .item-icon { width: 100px; height: 100px; } }
.goods-page .goods-strength-box .item .item-wrap .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.goods-page .goods-strength-box .item .item-wrap .item-icon svg path { fill: var(--theme-color); -webkit-transition: fill .3s; -moz-transition: fill .3s; -ms-transition: fill .3s; -o-transition: fill .3s; transition: fill .3s; }
.goods-page .goods-strength-box .item .item-wrap .item-name { position: relative; font-size: 24px; line-height: 2; }
@media (max-width: 991.98px) { .goods-page .goods-strength-box .item .item-wrap .item-name { font-size: 20px; } }
.goods-page .goods-strength-box .item .item-wrap .item-desc { position: relative; }
.goods-page .goods-strength-box .item:hover .item-wrap { background-color: var(--theme-color); color: #fff; border-color: var(--theme-color); }
.goods-page .goods-strength-box .item:hover .item-wrap::before { -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); transform: scale(1.4); }
.goods-page .goods-strength-box .item:hover .item-wrap .item-icon svg path { fill: #ffffff; }

.bg { background-color: #f5f5f5; }

.w-form .form-item { position: relative; }
.w-form .form-item .input-txt, .w-form .form-item .input-textarea { display: block; height: 46px; border: none; background-color: #ffffff; padding: 10px; }
.w-form .form-item .input-txt:focus, .w-form .form-item .input-txt.active, .w-form .form-item .input-textarea:focus, .w-form .form-item .input-textarea.active { outline: none; }
.w-form .form-item .input-textarea { height: 130px; }
.w-form .form-item .input-icon { width: 46px; height: 46px; position: absolute; right: 0; top: 0; }
.w-form .form-item .input-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.w-form .form-item .input-icon svg path { fill: #9e9e9e; }
.w-form .verifyImg { height: 46px; cursor: pointer; }
.w-form .submit-btn { display: block; background-color: var(--theme-color); color: #ffffff; text-align: center; line-height: 46px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-form .submit-btn:hover { opacity: .8; }

.contact-box .contact-item .item-head .head-icon { margin-right: 15px; }
.contact-box .contact-item .item-head .head-icon svg { width: 42px; height: 42px; }
@media (max-width: 575.98px) { .contact-box .contact-item .item-head .head-icon { margin-right: 8px; }
  .contact-box .contact-item .item-head .head-icon svg { width: 32px; height: 32px; } }
.contact-box .contact-item .item-head .head-name { font-size: 20px; }
.contact-box .contact-item .item-body p { color: #666666; line-height: 32px; }
.contact-box .contact-item .item-body .qrcodes .qrcode-item { width: 120px; height: 120px; }
.contact-box .item { background-color: #ffffff; }
.contact-box .item .item-icon { width: 60px; height: 60px; margin: 0 auto; position: relative; }
.contact-box .item .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: 60%; }
.contact-box .item .item-icon svg path { fill: var(--theme-color); }
.contact-box .item .item-name { font-size: 24px; line-height: 2; }
.contact-box .item .item-con { padding: 1rem .25rem; font-size: 14px; }
